home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Online / Apache / bin / mirror < prev    next >
Encoding:
Korn shell script  |  2001-03-06  |  329 b   |  9 lines

  1. #!/bin/ksh
  2.  
  3. wget -e'robots=off' -nv -nH -l0 -Yoff --cut-dirs=2 -m -np \
  4.      -P Apache:htdocs/AmigaApache/ \
  5.      --header "Mirror: http://`/bin/hostname -f || echo localhost`/AmigaApache" \
  6.      http://www.stud.uni-karlsruhe.de/~uck4/AmigaApache/
  7.  
  8. find -type d -exec chmod -c 705 "{}" ";" -o -type f -exec chmod -c 604 "{}" ";"
  9.